home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / srs17.arc / SR.DOC < prev    next >
Encoding:
Text File  |  1987-01-29  |  44.8 KB  |  2,186 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                   STILL RIVER SHELL
  8.                                       BOB HOWARD
  9.                          P.O. BOX 57, STILL RIVER, MA   01467
  10.                                      617-456-3699
  11.  
  12.           RE: Version 1.76
  13.  
  14.           The enclosed  program (SR.EXE) and documentation (SR.DOC) are for
  15.           version 1.76 of the Still River Shell  user  supported  software.
  16.           If you have the prior version of the  shell,  please  replace any
  17.           old copies of the shell or its documentation with version 1.76.
  18.  
  19.           If this is your first copy of the shell, the following is a brief
  20.           summary of the Still River Shell.
  21.  
  22.           The STILL  RIVER  SHELL  is  a  powerful  PC-DOS  system  utility
  23.           providing  an  efficient  and  simple  environment  for file  and
  24.           directory  management  as  well  as  a  high performance  command
  25.           interface to  DOS.   The  Still River Shell is an invaluable tool
  26.           for all PC-DOS users from novice to professional:
  27.  
  28.             -  Eliminate almost all command and filename typing.
  29.  
  30.             -  Keep a stack of 20 of your prior  DOS  commands  for instant
  31.                recall, WP type command line edit and execution.
  32.  
  33.             -  Turn  your   directory  into  a  menu  you  scroll  through,
  34.                selecting items for use in command execution.
  35.  
  36.             -  Copy,  move,  delete  and  list files and  directories  with
  37.                single keystroke  command  selection  as  well  as automatic
  38.                generation  of  command, file and directory  names  on  your
  39.                command line.
  40.  
  41.             -  See realtime file, directory and  disk  information  as  you
  42.                execute commands.
  43.  
  44.             -  Locate files easily anywhere on your system.
  45.  
  46.             -  Display graphically directory tree structures.
  47.  
  48.             -  View the contents of a file.
  49.  
  50.             -  Sort files by  physical  order,  attribute, name, extension,
  51.                size or date.
  52.  
  53.             -  Protect against accidentally copying onto existing files.
  54.  
  55.             -  Backup large directories onto multiple diskettes.
  56.  
  57.             -  Define your own extensions to the Shell's command set.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                         - 1 -
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.           The  Still River Shell runs on the  IBM  PC,  XT  &  AT  or  true
  74.           compatibles under PC-DOS or MS-DOS versions 2.n and 3.n; occupies
  75.           a minimum of 78K.
  76.  
  77.                                    REVISION HISTORY
  78.  
  79.           RELEASE 1.76 CHANGES:
  80.  
  81.             -  Adds a new command:  PREVIOUS.   The  PREVIOUS command saves
  82.                the current list and returns  to  the previous list.  If you
  83.                keep entering  the PREVIOUS command, it switches between the
  84.                last two file lists created.
  85.  
  86.             -  Adds a new subcommand: PHYSICAL to the  SORT  command.   The
  87.                PHYSICAL subcommand sorts the files in a file  list by their
  88.                physical order in the  directory,  the  same  order  as  the
  89.                PC/MS-DOS DIR command.
  90.  
  91.             -  Allows you  to  specify  a default file list, other than the
  92.                current directory, when you start the shell.
  93.  
  94.             -  Allows you to specify a default file  sort  criteria,  other
  95.                than name, when you start the shell.
  96.  
  97.  
  98.           To Start the shell:
  99.  
  100.             SR [-L[IST] <path><fileset>] [-S[ORT] <N|E|S|D|A>]
  101.  
  102.           In  the  following  example: the command line starts the shell;
  103.           lists all files in the root directory of drive <c:>; and, sorts  the
  104.           files  by  extension.
  105.  
  106.             SR -L C:\*.* -S E
  107.  
  108.           RELEASE 1.33 CHANGES:
  109.  
  110.             -  Supports Color.
  111.  
  112.             -  Changes the file list presentation to maintain a full screen
  113.                of files when deleting and moving files.
  114.  
  115.             -  SORT   execution   automatically   returns   to   the   LIST
  116.                presentation.
  117.  
  118.             -  ATTR option in FIND now defaults to (ON).
  119.  
  120.             -  The ATTR option in FIND now works like the SORT criteria and
  121.                remains in effect until reset.
  122.  
  123.             -  The Function Key directory parameter (%3) now  has  a  slash
  124.                (\)  appended  to  it  unless  the  directory  is  the  root
  125.                directory.   As  a result, the directory  parameter  can  be
  126.  
  127.  
  128.  
  129.                                         - 2 -
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.                combined in batch files with  the  Function  Key  file  name
  140.                parameters (%4 and %5) without checking for a root directory
  141.                condition or inserting a slash (\).   For  example:  if  the
  142.                current directory is (\CURRENT\WK2)  on  drive  (C:) and the
  143.                <selected_file> is (FILE1.ABC), the following  command  line
  144.                is passed to DOS when Function_Key <F6> is entered:
  145.  
  146.  
  147.                  SRF6 C:\CURRENT\WK2\*.* C: \CURRENT\WK2\ FILE1 ABC
  148.  
  149.                  If the file SRF6.BAT is defined as:
  150.  
  151.                  MYEDITOR %2:%3%4.%5
  152.  
  153.                  then following command is generated:
  154.  
  155.                  MYEDITOR C:\CURRENT\WK2\FILE1.ABC
  156.  
  157.           Thank you for your interest in the Still River Shell.
  158.  
  159.                                            Sincerely,
  160.  
  161.                                            Bob Howard
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.                                         - 3 -
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.                                   Still River Shell
  224.  
  225.                                User and Reference Guide
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.                             Abridged Diskette Version 1.76
  237.  
  238.                                    January 29, 1987
  239.  
  240.  
  241.  
  242.  
  243.  
  244.                             (c) Copyright Bob Howard 1986
  245.                                  All rights reserved.
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.           Still River Shell
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.                              Table of Contents
  274.  
  275.  
  276.           Chapter 1 License                                           3
  277.  
  278.              1.1 Bearer License                                       3
  279.              1.2 User Support                                         3
  280.              1.3 Acknowledgments                                      3
  281.  
  282.           Chapter 2 User Guide                                        4
  283.  
  284.              2.1 The Still River Shell                                4
  285.              2.2 Optional Performance Consideration                   5
  286.              2.3 Futures                                              5
  287.              2.4 Note of Caution                                      5
  288.              2.5 Demonstration Session                                7
  289.  
  290.                 2.5.1 Set Up                                          7
  291.                 2.5.2 Initial Screen                                  8
  292.                 2.5.3 Sample Operations                               8
  293.  
  294.           Chapter 3 Reference Guide: Command Summary                  12
  295.  
  296.              3.1 CHDIR                                                13
  297.              3.2 COPY                                                 14
  298.              3.3 DELETE                                               16
  299.              3.4 FIND                                                 17
  300.              3.5 INFO                                                 18
  301.              3.6 LIST                                                 19
  302.              3.7 MOVE                                                 21
  303.              3.8 OPTIONS                                              23
  304.              3.9 RENAME                                               25
  305.              3.10 SORT                                                26
  306.              3.11 TREE                                                27
  307.              3.12 VIEW                                                28
  308.              3.13 WRITE                                               29
  309.              3.14 XDOS                                                30
  310.              3.15 <function_key>                                      32
  311.  
  312.           Chapter 4 User Guide: Still River Shell Techniques          34
  313.  
  314.              4.1 High Performance Option                              34
  315.              4.2 Second Operand Selection                             34
  316.              4.3 Restoring the Screen                                 35
  317.              4.4 Media Replacement                                    35
  318.  
  319.                 4.4.1 Insufficient Space                              36
  320.                 4.4.2 Change of System Default Drive Media            36
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.           Still River Shell
  332.  
  333.  
  334.  
  335.              4.5 Backup a Directory                                   36
  336.              4.6 Restore a Directory                                  37
  337.              4.7 Rename a Directory                                   37
  338.              4.8 Command <function_key> Usage                         38
  339.  
  340.                 4.8.1 Print a File                                    38
  341.                 4.8.2 Edit a File                                     39
  342.                 4.8.3 Execute a File                                  39
  343.                 4.8.4 Transmit a File                                 39
  344.                 4.8.5 Backup the Set                                  39
  345.                 4.8.6 Shell Help                                      40
  346.                 4.8.7 FIND List <function_key>                        40
  347.                 4.8.8 Command Key Definition Standards                40
  348.  
  349.              4.9 Saving and Using Shell File Lists                    40
  350.              4.10 Hints For Using Hard Disks                          41
  351.  
  352.                 4.10.1 Shared Logic Directory                         41
  353.                 4.10.2 Prevent Accidental Formatting                  42
  354.                 4.10.3 Improve Hard Disk Performance                  42
  355.  
  356.              4.11 Memory Usage                                        43
  357.  
  358.                 4.11.1 Nested Shell Calls                             43
  359.                 4.11.2 Out of Memory - Command Response               44
  360.                 4.11.3 Memory Cost                                    45
  361.  
  362.           Chapter 5 Reference Guide: Command Usage                    46
  363.  
  364.              5.1 Usage                                                46
  365.  
  366.                 5.1.1 Command Syntax                                  46
  367.                 5.1.2 Command Window                                  46
  368.                 5.1.3 Command Set                                     46
  369.                 5.1.4 Command Selection                               46
  370.                 5.1.5 Command Edit                                    47
  371.                 5.1.6 Command Execution                               48
  372.                 5.1.7 Command Response                                48
  373.                 5.1.8 Command Object Set                              48
  374.                 5.1.9 Command Extensions                              48
  375.  
  376.                    5.1.9.1 Query                                      48
  377.                    5.1.9.2 Media Replacement                          49
  378.                    5.1.9.3 Target File Protection                     49
  379.  
  380.                 5.1.10 User Defined Commands                          49
  381.  
  382.           Chapter 6 Reference Guide: Window Definitions               51
  383.  
  384.              6.1 Initial Command Selection Presentation               51
  385.  
  386.                 6.1.1 Set List Window                                 51
  387.                 6.1.2 Data Window                                     51
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.           Still River Shell
  398.  
  399.  
  400.  
  401.                 6.1.3 Command Window                                  52
  402.  
  403.              6.2 FIND Presentation                                    53
  404.  
  405.                 6.2.1 Set List Window                                 53
  406.                 6.2.2 Data Window                                     53
  407.                 6.2.3 Command Window                                  54
  408.  
  409.              6.3 TREE Presentation                                    54
  410.  
  411.                 6.3.1 Set List Window                                 54
  412.                 6.3.2 Data Window                                     55
  413.                 6.3.3 Command Window                                  56
  414.  
  415.              6.4 Object Set List Window                               56
  416.  
  417.           Chapter 7 Reference Guide: Message Summary                  57
  418.  
  419.              7.1 Shell Informational Messages                         57
  420.              7.2 Query Messages                                       59
  421.  
  422.           Chapter 8 A Little Design Philosophy                        61
  423.  
  424.           Index                                                       
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.           Still River Shell                                         License
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.                                       Chapter 1
  474.  
  475.                                        License
  476.  
  477.  
  478.  
  479.  
  480.           1.1 Bearer License
  481.  
  482.  
  483.           This abridged documentation is intended for diskette distribution
  484.           with the Still River Shell program.  You may  copy and distribute
  485.           this documentation as long as you make  no change to the document
  486.           or charge a fee beyond media and handling ($9 Max).  See the INFO
  487.           command in the shell program for information about obtaining  the
  488.           printed, unabridged documentation  and  the latest version of the
  489.           program.
  490.  
  491.  
  492.  
  493.  
  494.           1.2 User Support
  495.  
  496.  
  497.           If  you  use the shell, please help underwrite the  cost  of  its
  498.           development by sending us a small contribution.  See the  shell's
  499.           INFO  command  to  find  out how to  make  a  contribution  which
  500.           entitles you to program  update  notices  and  a  credit  towards
  501.           orders of  future  versions.   Your  support  now  will  help  us
  502.           continue our work and make future releases possible.
  503.  
  504.  
  505.  
  506.  
  507.           1.3 Acknowledgments
  508.  
  509.  
  510.           Thanks to all who helped including the Boston Computer  Society's
  511.           PC Technical  Group  which  supplied many of our Beta Testers and
  512.           much needed encouragement.  Almost all of the program was written
  513.           using  Lattice  C.  The  documentation  was  prepared  using  The
  514.           FinalWord word processor.
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.                                         - 3 -
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.           Still River Shell                                         License
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.                              Corporate Site License Form
  538.  
  539.                                   Still River Shell
  540.  
  541.           Under this license, you may copy and  use, on an unlimited number
  542.           of systems, the Still River Shell  software  and  diskette  based
  543.           documentation at  the  site  specified below.  You will be sent a
  544.           copy of the current version of the software and printed manual as
  545.           well as three System  Updates  of  the  Still  River  Shell at no
  546.           additional cost.  License cost is $89.
  547.  
  548.  
  549.  NAME______________________________________________________DATE________________
  550.  
  551.  COMPANY_______________________________________________________________________
  552.  
  553.  STREET________________________________________________________________________
  554.  
  555.  CITY________________________________________ST_____________ZIP________________
  556.  
  557.  TELEPHONE_____________________________________________________________________
  558.  
  559.  
  560.                                   Cost            Number              Total
  561.  
  562.           Site License            $89.00          ______          ________.____
  563.  
  564.           Additional Manuals       $9.00          ______          ________.____
  565.  
  566.           Total  (MA residents add 5%)                            ________.____
  567.                                                                   
  568.  
  569.  
  570.  METHOD OF PAYMENT
  571.  
  572.  M/C OR VISA_____________________________________________   EXP DATE___________
  573.  
  574.  NAME as appears on charge card________________________________________________
  575.  
  576.   CHECK ENCLOSED________       COD (US only__)_____       COMPANY PO_________
  577.  
  578.  
  579.  MAIL TO: BOB HOWARD, PO BOX 57, STILL RIVER, MA 01467
  580.  
  581.           or
  582.  
  583.           CALL 617-456-3699
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.           Still River Shell                                    Introduction
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.                                       Chapter 2
  606.  
  607.                                       User Guide
  608.  
  609.  
  610.  
  611.  
  612.           2.1 The Still River Shell
  613.  
  614.  
  615.           The Still River Shell presents an enhanced MS/PC-DOS environment.
  616.           The shell  allows  the  DOS user much greater efficiency than the
  617.           standard  DOS  interface  affords.    Typical  DOS  functions  of
  618.           executing, finding,  copying,  moving,  deleting  and  listing of
  619.           files and directories can be done with  significantly  fewer  key
  620.           strokes when using the  Still  River  Shell; recursive operations
  621.           produce  even  greater efficiencies.  And the  shell  provides  a
  622.           natural, intuitive interface which makes using DOS both more  fun
  623.           and more productive.
  624.  
  625.           You save a lot of work and  time  using  the  Still  River  Shell
  626.           through  the  substantial  elimination  of  command  and  operand
  627.           typing.  The shell allows you to use directly system information,
  628.           such as file and directory lists, without having to copy the data
  629.           from the screen  and  reenter  it  on your command line.  You can
  630.           select common commands without typing them.  You can recall, edit
  631.           and reenter DOS commands  from  the  shell's  prior  DOS  command
  632.           stack.   A  powerful  feature  allows  you  to  define  your  own
  633.           extensions to the Still River Shell's command set.   The  Shell's
  634.           full screen, real time presentation  makes  it  an  ideal  system
  635.           interface for  mass  storage  systems  such  as  the  IBM/XT  and
  636.           IBM/AT.
  637.  
  638.           We could go on about the virtues of the shell,  as  we  did in an
  639.           earlier version of this document, but the best  way  to  find out
  640.           about the shell is to use it.  The shell  is  designed to grow on
  641.           you; you can use the shell  productively  right  away  while  you
  642.           learn about its  other  features.   You  may  find  it helpful to
  643.           follow  along  during  the  demonstration session and  to  review
  644.           briefly the commands in the reference guide.
  645.  
  646.           We  hope  you  like  the  Still  River Shell as much  as  we  do.
  647.           Remember, it is now your program too!   Help support the Shell by
  648.           sending your comments and  contribution  (see  the INFO command).
  649.           Thank you for your interest and support.
  650.  
  651.  
  652.  
  653.  
  654.                                         - 4 -
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.           Still River Shell                                    Introduction
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.           2.2 Optional Performance Consideration
  670.  
  671.  
  672.           The shell's performance, as well as that of  many other programs,
  673.           is much improved by  instructing  PC-DOS  to  keep  a  pool of IO
  674.           Buffers numbering 14 or so.  These buffers,  used by DOS to speed
  675.           up disk  reads,  are allocated by PC-DOS at "boot" time either by
  676.           default or as specified in the CONFIG.SYS file.
  677.  
  678.           Either  edit  an existing CONFIG.SYS file or, if there  is  none,
  679.           create  a  new one.  The CONFIG.SYS file should be  in  the  root
  680.           directory (\).  The CONFIG.SYS should read in part:
  681.  
  682.  
  683.           BUFFERS=16
  684.  
  685.           If  you  prepare  that  file now,  we  can  BOOT  under  our  new
  686.           configuration.  If you do not wish  to do it now, try to remember
  687.           to do it later.
  688.  
  689.  
  690.  
  691.  
  692.           2.3 Futures
  693.  
  694.  
  695.           For every published work there comes a time when you have to say:
  696.           "It's done" or  at  least  "Version  1 is done".  When, after two
  697.           years  of  design and development, that time came for  the  Still
  698.           River Shell, some of what we  intended was not there.  We hope to
  699.           add, with your support, additional functions in the future.
  700.  
  701.           How the Shell develops in the  future depends a great deal on the
  702.           experiences and wishes of you,  the  shell  user  and  supporter.
  703.           Suggestions  accompanied  by contributions will be  accorded  the
  704.           attention they deserve!  In fact, it is  you, the shell user, who
  705.           will decide if there will be any future  releases  of  the shell.
  706.           We can not continue our work without your support.
  707.  
  708.  
  709.  
  710.  
  711.           2.4 Note of Caution
  712.  
  713.  
  714.           The Still River Shell is a powerful system utility and you should
  715.           take  care  when using it.  While the shell has  had  significant
  716.           design work to help insure proper operation as  well as extensive
  717.  
  718.  
  719.  
  720.                                         - 5 -
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.           Still River Shell                                    Introduction
  728.  
  729.  
  730.  
  731.           ALPHA and BETA testing to insure its proper execution, the shell,
  732.           like all programs, can fail, or  a user, like all users, can err.
  733.           Operation of the shell is at the user's risk.
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.                                         - 6 -
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.           Still River Shell                                    Introduction
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.           2.5 Demonstration Session
  802.  
  803.  
  804.           2.5.1 Set Up
  805.  
  806.           Please prepare  a  diskette  with  only  the  Still  River  Shell
  807.           (SR.EXE) on  it;  we will use this diskette as our practice area.
  808.           Mount the diskette on Drive A.
  809.  
  810.           Now, select the system default drive  and  a  directory  with  at
  811.           least 25 files,  the  more  the  better,  as  the current default
  812.           directory.   You  may  do  this  when  you  start  the  shell  by
  813.           specifying:
  814.  
  815.  
  816.           ?>A:SR -L C:\MYDIR
  817.                           start the shell (A:SR)
  818.                           list parameter (-L)
  819.                           select system default drive (C:)
  820.                           select system current directory (\MYDIR)
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.                                         - 7 -
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.           Still River Shell                           Demonstration Session
  860.  
  861.  
  862.  
  863.  
  864.  
  865.           2.5.2 Initial Screen
  866.  
  867.           When the shell starts, it presents the initial screen.
  868.  
  869.           As you can see,  there  are  three main areas, or windows, on the
  870.           initial screen:
  871.  
  872.  
  873.                   =================================
  874.                   |               |               |
  875.                   |               |               |
  876.                   |               |               |
  877.                   |               |               |
  878.                   |      SET      |     DATA      |
  879.                   |               |               |
  880.                   |               |               |
  881.                   |               |               |
  882.                   |               |               |
  883.                   =================================
  884.                   |           COMMAND             |
  885.                   =================================
  886.  
  887.             -  Set List Window on the left is used to list the selected set
  888.                of files and directories, <selected_set>.
  889.  
  890.             -  Data Window  on the right contains summary information about
  891.                the <default_drive>, <selected_directory> and <selected_set>
  892.                or other context sensitive data.
  893.  
  894.             -  Command Window at the bottom of the screen is used to select
  895.                and to  enter  commands  as well as to receive responses and
  896.                obtain help.
  897.  
  898.  
  899.           2.5.3 Sample Operations
  900.  
  901.           Now that you have the shell  started,  try  the  following  shell
  902.           operations:
  903.  
  904.           To copy a file from the <selected_set> to  the practice diskette,
  905.           perform the following steps:
  906.  
  907.             1.  You select a command by entering the letter, upper or lower
  908.                 case, equal to the upper  case  letter in the command name.
  909.                 In the case of COPY, <C>.  The <selected_command>  and  the
  910.                 <selected_file> appear on the command  input  line  in  the
  911.                 Command Window.
  912.  
  913.             2.  Move the file <selector> with the <UP/DOWN CURSOR> keys  to
  914.                 the file you wish to copy.  Note: that the first operand on
  915.  
  916.  
  917.  
  918.                                         - 8 -
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.           Still River Shell                           Demonstration Session
  926.  
  927.  
  928.  
  929.                 the command line changes as you move the <selector>.
  930.  
  931.             3.  Enter the <to_file> operand, in this case, <A:>
  932.  
  933.             4.  Enter <CR> to execute the command.
  934.  
  935.           To copy another file to A:,
  936.  
  937.             1.  Move the file <selector> to the file you wish to copy.
  938.  
  939.             2.  Enter <CR> to execute the copy.
  940.  
  941.           To copy some but not all files  with a particular extension, e.a.
  942.           <.BAT>:
  943.  
  944.             1.  Enter <ESC> to return to command selection.
  945.  
  946.             2.  Enter <S> to select sort.
  947.  
  948.             3.  Enter <E> to sort by extension.
  949.  
  950.             4.  (skip this step v1.33)
  951.  
  952.             5.  Enter <C> to select copy.
  953.  
  954.             6.  Move the file <selector> to the first file with the desired
  955.                 extension.
  956.  
  957.             7.  Enter <A:> to set <to_file>.
  958.  
  959.             8.  Enter <CR> to execute the copy.
  960.  
  961.             9.  Move to the file <selector> to the next file to be copied.
  962.  
  963.             10. Enter <CR> to execute the copy.
  964.  
  965.             11. Repeat the last two steps  until each file you wish to copy
  966.                 is copied.
  967.  
  968.           To  edit  the  command  line  to  copy  all  files of a  specific
  969.           extension, e.a.  <.BAT>
  970.  
  971.             1.  Position the command line cursor at the first letter of the
  972.                 <from_file> in the command text.  For example:
  973.  
  974.                 COPY LAST.BAT A:
  975.                      ^
  976.  
  977.             2.  Delete the first part of the  filename  by  entering  <DEL>
  978.                 until the <from_file> is deleted up to the period  changing
  979.                 <LAST.BAT> to <.BAT>.
  980.  
  981.  
  982.  
  983.  
  984.                                         - 9 -
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.           Still River Shell                           Demonstration Session
  992.  
  993.  
  994.  
  995.             3.  Enter <*> so the command line reads <COPY *.BAT A:>.
  996.  
  997.             4.  Enter <CR> to execute the copy.   Note:  the  copy  command
  998.                 places a list of the files copied in the Set List Window.
  999.  
  1000.             5.  Enter <ESC> to return to command selection.
  1001.  
  1002.           To List a new current directory:
  1003.  
  1004.             1.  Enter <L> to select LIST function.
  1005.  
  1006.             2.  Enter <directory_name>.
  1007.  
  1008.             3.  Enter <CR> to execute the change  directory  and  list  all
  1009.                 files in the new directory.
  1010.  
  1011.           To enter and execute a PC-DOS command:
  1012.  
  1013.             1.  Enter <X> to select the EXECUTE DOS command presentation.
  1014.  
  1015.             2.  Enter <DIR *.*><CR> to execute command under DOS.
  1016.  
  1017.             3.  Enter <DATE><CR> to execute command under DOS.
  1018.  
  1019.             4.  Respond to DATE with <CR>.
  1020.  
  1021.           To recall your prior DOS commands:
  1022.  
  1023.             1.  Enter the <UP CURSOR>  twice.   You  should  see  the  DATE
  1024.                 command and then the DIR command.
  1025.  
  1026.             2.  Move the cursor to the first  <*>  and  delete  <*.*>  with
  1027.                 <DEL>.
  1028.  
  1029.             3.  Replace  the  deleted operand with the  <selected_file>  by
  1030.                 entering <INS>.
  1031.  
  1032.             4.  Enter <CR> to execute the edited command line.
  1033.  
  1034.             5.  Enter <ESC> to return to command selection.
  1035.  
  1036.           To delete some of the files on a:
  1037.  
  1038.             1.  Enter <L> to select the LIST function.
  1039.  
  1040.             2.  Enter <A:> to select a new DOS default drive to A
  1041.  
  1042.             3.  Enter <CR> to change <default_drive>,  list  all  files  on
  1043.                 <drive a:>'s current directory.
  1044.  
  1045.             4.  Move the file <selector> to the first file to be deleted.
  1046.  
  1047.  
  1048.  
  1049.  
  1050.                                         - 10 -
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.           Still River Shell                           Demonstration Session
  1058.  
  1059.  
  1060.  
  1061.             5.  Enter <D> to select the delete command.
  1062.  
  1063.             6.  Enter <CR> to delete the file.
  1064.  
  1065.             7.  Move the file  <selector>  to  the  next  file  you wish to
  1066.                 delete.
  1067.  
  1068.             8.  Enter <CR> to delete the file.
  1069.  
  1070.             9.  Enter <ESC> to return to command selection.
  1071.  
  1072.           You are on your way!   Try the TREE command next, it gives a nice
  1073.           visual  presentation  of  your  directory  structure  as well  as
  1074.           allowing you  to  MAKE,  REMOVE or LIST directories.  Try all the
  1075.           commands.  Watch out for DELETE  and  MOVE; they can delete files
  1076.           you may miss.
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.                                         - 11 -
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.           Still River Shell                                 Command Summary
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.                                       Chapter 3
  1134.  
  1135.                            Reference Guide: Command Summary
  1136.  
  1137.  
  1138.  
  1139.           The following is a summary of the Still River Shell commands.
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.                                         - 12 -
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.           Still River Shell                                           CHDIR
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.           3.1 CHDIR
  1198.  
  1199.  
  1200.           Command         CHDIR
  1201.  
  1202.           Function        To change the current  directory under the shell,
  1203.                           use the LIST command  or  the  LIST subcommand of
  1204.                           the TREE command.
  1205.  
  1206.           Operand 1
  1207.  
  1208.           Operation
  1209.  
  1210.           Options
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.                                         - 13 -
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.           Still River Shell                                            COPY
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.           3.2 COPY
  1264.  
  1265.  
  1266.           Command         COPY <from_file_set> [<to_file_set>] [/Q]<CR>
  1267.  
  1268.           Function        The COPY command  copies  the  entire contents of
  1269.                           the <from_file> creating a new <to_file>.
  1270.  
  1271.           Operand 1       <from_file_set>    Any    standard   DOS   file
  1272.                           specification
  1273.                           [<drive>:][\][<directory>\][<file_name>].
  1274.  
  1275.           Operand 2       <to_file_set> Any standard DOS file specification
  1276.                           or blank.
  1277.  
  1278.           Operation       COPY FILEA FILEB
  1279.  
  1280.                           Copies FILEA to FILEB in the current directory.
  1281.  
  1282.                           COPY *.ASM \SAVE
  1283.  
  1284.                           Copies all files in the current directory with an
  1285.                           <.ASM> extension to the <\SAVE> directory.
  1286.  
  1287.                           Should there be no more room on the target  disk,
  1288.                           the copy prompts:
  1289.  
  1290.  
  1291.  
  1292.                           ^ insufficient space; retry on new disk? (y/n)
  1293.  
  1294.                           If you change the disk and enter  <Y>,  the  COPY
  1295.                           will resume copying the <file_set> starting  with
  1296.                           the complete file that did not fit on  the  prior
  1297.                           media.  You may use as many media as  you need to
  1298.                           complete the <file_set> COPY.
  1299.  
  1300.                           If you wish to concatenate  files,  use  the  DOS
  1301.                           COPY command.
  1302.  
  1303.                  1
  1304.           Options         Option (1) Write on existing files
  1305.  
  1306.  
  1307.  
  1308.           ----------
  1309.  
  1310.           1. See the OPTION Command
  1311.  
  1312.  
  1313.  
  1314.                                         - 14 -
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.           Still River Shell                                            COPY
  1322.  
  1323.  
  1324.  
  1325.                           Option (3) or </Q> Query on multiple operations.
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369.  
  1370.  
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.                                         - 15 -
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.           Still River Shell                                          DELETE
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394.  
  1395.           3.3 DELETE
  1396.  
  1397.  
  1398.           Command         DELETE <file_set> [/Q]<CR>
  1399.  
  1400.           Function        The  DELETE  command  deletes all  files  in  the
  1401.                           <file_set> specification.
  1402.  
  1403.           Operand 1       <file_set>  Any standard DOS  file  specification
  1404.                           [<drive>:][\][<directory>\][<file_name>].
  1405.  
  1406.           Operation       DELETE *.ASM
  1407.  
  1408.                           Deletes files in  the  current  directory with an
  1409.                           <.ASM> extension.   When a wild card, <*> or <?>,
  1410.                           is used in the file  name,  the  set  of  deleted
  1411.                           files is presented in the Set Window.
  1412.  
  1413.                           DELETE <selected_file>
  1414.  
  1415.                           Deletes  the highlighted, <selected_file> in  the
  1416.                           current set window.  After the <selected_file> is
  1417.                           deleted, an  adjacent file is selected as the new
  1418.                           <selected_file> in both  the  Set  Window and the
  1419.                           command line.
  1420.  
  1421.           Options         Option (3) or </Q> Query on multiple operations.
  1422.  
  1423.  
  1424.  
  1425.  
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.                                         - 16 -
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.           Still River Shell                                            FIND
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.           3.4 FIND
  1462.  
  1463.  
  1464.           Command         FIND <file_set><CR>
  1465.  
  1466.           Function        The  FIND  command  creates   an   ordered   list
  1467.                           (<drive>\<dir>\<file_name>) of all  files  within
  1468.                           the <file_set>.
  1469.  
  1470.           Operand 1       <file_set>  Any standard DOS  file  specification
  1471.                           [<drive>:][\][<directory>\][<file_name>].   NOTE:
  1472.                           Drive  and  directories can be specified  with  a
  1473.                           wild card <?>  or <*>.
  1474.  
  1475.           Operation       FIND FILEA.BAT
  1476.  
  1477.                           Lists  any  FILEA.BAT  in any  directory  on  the
  1478.                           current drive.
  1479.  
  1480.                           FIND C:*.*
  1481.  
  1482.                           Finds all files in all directories on disk <C:>.
  1483.  
  1484.                           FIND \DIR4\*.bat
  1485.  
  1486.                           Finds all <.BAT> files in directory \DIR4.
  1487.  
  1488.                           FIND \DIRX\*\*.BAT
  1489.  
  1490.                           Finds all <.BAT> files in any subdirectory of the
  1491.                           <DIRX> directory.
  1492.  
  1493.                           FIND \*\CMD\*.BAT
  1494.  
  1495.                           Finds all <.BAT> files in a <CMD> subdirectory of
  1496.                           any parent directory.
  1497.  
  1498.                           FIND *:*.*
  1499.  
  1500.                           Finds all files on all drives from a to z.
  1501.  
  1502.           Options         None.
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.                                         - 17 -
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.           Still River Shell                                            INFO
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.           3.5 INFO
  1528.  
  1529.  
  1530.           Command         INFO
  1531.  
  1532.           Function        The  INFO  command displays  license  information
  1533.                           including  our  address, suggested  contribution,
  1534.                           credits and how  to  order the latest versions of
  1535.                           the Still  River  Shell  program  and  unabridged
  1536.                           documentation.
  1537.  
  1538.           Operand 1       None.
  1539.  
  1540.           Operation       Strike any key to see next page.
  1541.  
  1542.           Options         None.
  1543.  
  1544.  
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566.  
  1567.  
  1568.  
  1569.  
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578.                                         - 18 -
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.           Still River Shell                                Commands
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.                                         
  1596.  
  1597.                        User Guide: Other Still River Commands
  1598.  
  1599.           LIST            The LIST  command  presents  an  ordered  list of
  1600.                           files     and     subdirectories      from      a
  1601.                           <selected_directory>  based   on  the  <file_set>
  1602.                           specification.  In addition, the LIST command can
  1603.                           change the system's  default  drive  and  current
  1604.                           directory to a specified drive or directory.  The
  1605.                           <selected_directory>  always  becomes the  system
  1606.                           current   directory   when   the   LIST   command
  1607.                           executes.            
  1608.         
  1609.           MOVE            The MOVE command establishes the entire  contents
  1610.                           of the <from_file> under  the  identity  of a new
  1611.                           <to_file> name and deletes the <from_file>.
  1612.  
  1613.           OPTIONS         The OPTIONS  command shows and sets the values of
  1614.                           shell system options.
  1615.  
  1616.           SORT            The SORT command  sorts  the  current  <file_set>
  1617.                           list and determines LIST sort criteria.
  1618.  
  1619.           TREE            The  TREE  command displays both the  parent  and
  1620.                           subdirectory       structure        of        the
  1621.                           <selected_directory>.   In  addition,   you   may
  1622.                           "move"  up  and down the directory  structure  as
  1623.                           well as LIST, MAKE or REMOVE a directory.
  1624.  
  1625.           VIEW            The VIEW  command displays the contents of a file
  1626.                           in character format.        
  1627.  
  1628.           WRITE           The WRITE command  copies the <selected_file_set>
  1629.                           list, created by the  LIST  or  FIND commands, to
  1630.                           the <to_file>.
  1631.  
  1632.           XDOS            The XDOS  (execute  DOS)  command  allows  you to
  1633.                           execute  commands  under  DOS  from   the   shell
  1634.                           including prior command recall and  full  command
  1635.                           line edit.
  1636.  
  1637.           <Fn>            The <function_key> executes a command line  under
  1638.                           DOS  including  the   state   of   the  shell  as
  1639.                           parameters.
  1640.  
  1641.  
  1642.              (Details included in unabridged, printed documentation only)
  1643.  
  1644.                                         - 19 -
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.           Still River Shell                                Shell Techniques
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661.                                       Chapter 4
  1662.  
  1663.                        User Guide: Still River Shell Techniques
  1664.  
  1665.  
  1666.  
  1667.                  (Included in unabridged, printed documentation only)
  1668.  
  1669.  
  1670.  
  1671.  
  1672.  
  1673.  
  1674.  
  1675.  
  1676.  
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682.  
  1683.  
  1684.  
  1685.  
  1686.  
  1687.  
  1688.  
  1689.  
  1690.  
  1691.  
  1692.  
  1693.  
  1694.  
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700.  
  1701.  
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708.  
  1709.  
  1710.                                         - 34 -
  1711.  
  1712.  
  1713.  
  1714.  
  1715.  
  1716.  
  1717.           Still River Shell                                  Command Usage 
  1718.  
  1719.  
  1720.  
  1721.  
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727.                                       Chapter 5
  1728.  
  1729.                             Reference Guide: Command Usage
  1730.  
  1731.  
  1732.  
  1733.                  (Included in unabridged, printed documentation only)
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756.  
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774.  
  1775.  
  1776.                                         - 46 -
  1777.  
  1778.  
  1779.  
  1780.  
  1781.  
  1782.  
  1783.           Still River Shell                              Window Definitions
  1784.  
  1785.  
  1786.  
  1787.  
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793.                                       Chapter 6
  1794.  
  1795.                          Reference Guide: Window Definitions
  1796.  
  1797.  
  1798.  
  1799.                  (Included in unabridged, printed documentation only)
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.  
  1806.  
  1807.  
  1808.  
  1809.  
  1810.  
  1811.  
  1812.  
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822.  
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.                                         - 51 -
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.           Still River Shell                                 Message Summary
  1850.  
  1851.  
  1852.  
  1853.  
  1854.  
  1855.  
  1856.  
  1857.  
  1858.  
  1859.                                       Chapter 7
  1860.  
  1861.                            Reference Guide: Message Summary
  1862.  
  1863.  
  1864.  
  1865.                  (Included in unabridged, printed documentation only)
  1866.  
  1867.  
  1868.  
  1869.  
  1870.  
  1871.  
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878.  
  1879.  
  1880.  
  1881.  
  1882.  
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888.  
  1889.  
  1890.  
  1891.  
  1892.  
  1893.  
  1894.  
  1895.  
  1896.  
  1897.  
  1898.  
  1899.  
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907.  
  1908.                                         - 57 -
  1909.  
  1910.  
  1911.  
  1912.  
  1913.  
  1914.  
  1915.           Still River Shell                               Design Philosophy
  1916.  
  1917.  
  1918.  
  1919.  
  1920.  
  1921.  
  1922.  
  1923.  
  1924.  
  1925.                                       Chapter 8
  1926.  
  1927.                               A Little Design Philosophy
  1928.  
  1929.  
  1930.  
  1931.                  (Included in unabridged, printed documentation only)
  1932.  
  1933.  
  1934.  
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962.  
  1963.  
  1964.  
  1965.  
  1966.  
  1967.  
  1968.  
  1969.  
  1970.  
  1971.  
  1972.  
  1973.  
  1974.                                         - 61 -
  1975.  
  1976.  
  1977.  
  1978.  
  1979.  
  1980.  
  1981.           Still River Shell
  1982.  
  1983.  
  1984.  
  1985.  
  1986.  
  1987.  
  1988.  
  1989.                                         Index
  1990.  
  1991.  
  1992.           /Q 24
  1993.           <ALT> 32
  1994.           <BACK SPACE> 47
  1995.           <case>, <Fn> 32
  1996.           <CR> 9, 47
  1997.           <CTRL> 32
  1998.           <CTRL>+<BACK SPACE> 47
  1999.           <CTRL>+<K> 47
  2000.           <default_drive> 8
  2001.           <DEL> 47
  2002.           <END> 47
  2003.           <ESC> 9, 30, 47
  2004.           <Fn> 32
  2005.           <function_key> 32, 38
  2006.           <function_key>, FIND 40
  2007.           <function_key>, LIST 38
  2008.           <HOME> 47
  2009.           <INS> 47
  2010.           <LEFT/RIGHT CURSOR> 46, 47
  2011.           <object_set> 48
  2012.           <object_set>, window 56
  2013.           <PGDN> 47
  2014.           <PGUP> 47
  2015.           <selected_command> 8
  2016.           <selected_directory> 19
  2017.           <selected_file> 8
  2018.           <selected_set> 8
  2019.           <selector> 51
  2020.           <SHIFT> 32
  2021.           <UP/DOWN CURSOR> 10, 47
  2022.           ATTR (attribute) 54
  2023.           BACKUP 36
  2024.           BUFFERS= 5
  2025.           CHDIR 13
  2026.           Command Line, edit 9, 47
  2027.           Command Window 8
  2028.           Command Window, FIND 54
  2029.           Command Window, LIST 52
  2030.           Command Window, TREE 56
  2031.           Command, <function_key> 38
  2032.           Command, <object_set> 48
  2033.           Command, extensions 48
  2034.           Command, key definition 40
  2035.           Command, line clear 47
  2036.           Command, query 48
  2037.           Command, response 48
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047.           Still River Shell
  2048.  
  2049.  
  2050.  
  2051.           Command, selection 46, 51
  2052.           Command, set 46
  2053.           Command, summary 12
  2054.           Command, syntax 46
  2055.           Command, user defined 49
  2056.           Command, window 46
  2057.           CONFIG.SYS 5
  2058.           COPY 8, 9, 14
  2059.           COPY, directory backup 36
  2060.           COPY, directory restore 37
  2061.           COPY, file concatenation 14
  2062.           COPY, insufficient memory 44
  2063.           Data Window 8
  2064.           Data Window, FIND 53
  2065.           Data Window, LIST 51
  2066.           Data Window, TREE 55
  2067.           DELETE 10, 16
  2068.           DELETE, insufficient memory 44
  2069.           Demonstration Session 7
  2070.           Directory, backup 36
  2071.           Directory, rename 37
  2072.           Directory, restore 37
  2073.           Disk, performance 5, 42
  2074.           Diskette, replacement 35, 49
  2075.           DOS Command Interface 30
  2076.           File, edit 39
  2077.           File, execute 39
  2078.           File, print 38
  2079.           File, protection 49
  2080.           File, transmit 39
  2081.           FinalWord 3
  2082.           FIND 17
  2083.           FIND, <function_key> 40
  2084.           FIND, insufficient memory 44
  2085.           FIND, windows 53
  2086.           formatting 42
  2087.           Futures 5
  2088.           Help 40
  2089.           INFO 18
  2090.           insufficient space 49
  2091.           Lattice C 3
  2092.           License 3
  2093.           LIST 10, 19
  2094.           List Window 8
  2095.           LIST, <function_key> 38
  2096.           List, saving 40
  2097.           LIST, subcommand of TREE 27
  2098.           LIST, windows 51
  2099.           MAKE 27, 37
  2100.           media replacement 49
  2101.           Memory 43
  2102.           Memory, out of 44
  2103.           Messages, informational 57
  2104.  
  2105.  
  2106.  
  2107.  
  2108.  
  2109.  
  2110.  
  2111.  
  2112.  
  2113.           Still River Shell
  2114.  
  2115.  
  2116.  
  2117.           Messages, query 59
  2118.           MOVE 21, 34, 37
  2119.           MOVE, insufficient memory 44
  2120.           Nesting Calls 43
  2121.           OPTIONS 23
  2122.           PATH 31
  2123.           PC-DOS 4
  2124.           Printed Documentation 3
  2125.           Printed Documentation, order 18
  2126.           Query 48
  2127.           REMOVE 27
  2128.           RENAME 25
  2129.           RENAME, directory 37
  2130.           Sample Operations 8
  2131.           Screen, restore 35
  2132.           Second Operand, selection 34
  2133.           Set List Window 51
  2134.           Set List Window, FIND 53
  2135.           Set List Window, LIST 51
  2136.           Set List Window, TREE 54
  2137.           shared logic 41
  2138.           Shell Screen, organization 8
  2139.           Shell, performance 5
  2140.           SORT 26
  2141.           SR.EXE 7
  2142.           Starting the Shell 7
  2143.           TREE 11, 27, 37
  2144.           TREE, windows 54
  2145.           UP/DOWN CURSOR 30
  2146.           Update Notice 3
  2147.           User Support 3
  2148.           VIEW 28, 35
  2149.           Window, FIND 53
  2150.           Window, initial 51
  2151.           Windows 8, 51
  2152.           Windows, LIST 51
  2153.           Windows, TREE 54
  2154.           WRITE 29
  2155.           XDOS 10, 30, 35
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163.  
  2164.  
  2165.  
  2166.  
  2167.  
  2168.  
  2169.  
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178.  
  2179.                                         - 61 -
  2180.  
  2181.  
  2182.  
  2183.  
  2184.  
  2185.  
  2186.